home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_647_ET / frame_589 / DoAction.as
Encoding:
Text File  |  2011-09-19  |  266 b   |  10 lines

  1. this.runSta = "big";
  2. _global.scene.ufoAni.startAni();
  3. if(!_global.scene.signalScoreOver)
  4. {
  5.    _global.scene.signalScoreOver = true;
  6.    _global.ctn.game.addScore(147,214,90,60);
  7.    _global.ctn.game.addScore(20,Math.round(5 * Math.random()),90,60);
  8. }
  9. stop();
  10.